home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Tools - Objects / Macintosh Programmer’s Workshop / MPW 3.1 / SADE 1.1 / SADE / SADE Worksheet < prev    next >
Text File  |  1990-12-13  |  829b  |  25 lines

  1. #    Symbolic Application Debugging Environment    1.0 Final
  2. #
  3. #    Copyright Apple Computer, Inc. 1987-1988
  4. #    All rights reserved.
  5.  
  6. ###############################################################################
  7.  
  8. # When your application is running, you can suspend it and enter SADE by 
  9. # pressing <command-option> <SADEKey>.
  10. # The default SADEKey is <numeric-key-pad-period>.
  11. # To change it, modify and execute the following:
  12.  
  13. sadekey <new key code>
  14.  
  15. # See Inside Macintosh Volume 5 pages 191-192 for the key codes for the various keyboards.
  16.  
  17. ###############################################################################
  18.  
  19. # new users can execute the following command to open a worksheet
  20. # with examples of SADE commands
  21.  
  22. open 'SADE New User WorkSheet'
  23.  
  24. ###############################################################################
  25.